home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 308
- Top = 148
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Choose Installation Directory'
- ClientHeight = 267
- ClientWidth = 303
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 3
- Top = 218
- Width = 78
- Height = 13
- Caption = 'Install Directory: '
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 0
- Top = 26
- Width = 297
- Height = 185
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- OnClick = DirectoryListBox1Click
- end
- object BitBtn1: TBitBtn
- Left = 211
- Top = 243
- Width = 84
- Height = 20
- Caption = 'OK'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object DriveComboBox1: TDriveComboBox
- Left = 2
- Top = 3
- Width = 157
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- OnChange = DriveComboBox1Change
- end
- object Edit1: TEdit
- Left = 82
- Top = 215
- Width = 214
- Height = 21
- TabOrder = 3
- end
- end
-